home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xmris / bitmaps / board / cherry.h next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  881 b   |  15 lines

  1. #define cherry_width 32
  2. #define cherry_height 32
  3. static char cherry_bits[] = {
  4.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f,
  5.    0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0xf0, 0x36, 0x00, 0x00, 0x3c, 0x27,
  6.    0x00, 0x00, 0x0e, 0x03, 0x00, 0x00, 0x87, 0x01, 0x00, 0x80, 0x83, 0x01,
  7.    0x00, 0xc0, 0xc1, 0x00, 0x00, 0xe0, 0xc0, 0x00, 0x00, 0x4f, 0xe0, 0x00,
  8.    0xc0, 0x3f, 0x60, 0x00, 0xe0, 0x78, 0x70, 0x00, 0x30, 0x3e, 0x30, 0x00,
  9.    0xb0, 0x8f, 0x27, 0x00, 0x98, 0xe7, 0x1f, 0x00, 0xd8, 0x73, 0x3c, 0x00,
  10.    0xd8, 0x1b, 0x7f, 0x00, 0xf8, 0xd9, 0x7f, 0x00, 0xf0, 0xcd, 0xff, 0x00,
  11.    0xf0, 0xed, 0xff, 0x00, 0xe0, 0xed, 0xff, 0x00, 0xc0, 0xfd, 0xff, 0x00,
  12.    0x00, 0xf9, 0x7f, 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0xf0, 0x3f, 0x00,
  13.    0x00, 0xe0, 0x1f, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,
  14.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  15.